home *** CD-ROM | disk | FTP | other *** search
- -- card: 6402 from stack: in.3r
- -- bmap block id: 0
- -- flags: 4000
- -- background id: 2612
- -- name: Talk
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=204 top=233 right=283 bottom=261
- -- title width / last selected line: 0
- -- icon id / first selected line: 27056 / 27056
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Try it
- ----- HyperTalk script -----
- on mouseUp
- if the optionkey is down then pass mouseup
- talk "this is a test of the talk external command",150,150
- end mouseUp
-
-
-
- -- part contents for background part 2
- ----- text -----
- Talk
-
- -- part contents for background part 13
- ----- text -----
- 6
-
- -- part contents for background part 3
- ----- text -----
-
- You can use this command to access Macintalk and make your Macintosh talk. Be sure that Macintalk is in your system folder.
-
- See also the Speak* XCMD
-
-
-
- Thanks to:
- James Paul
-
- This XCMD ©1987 James Paul
- Paul Software Engineering
- 513 West "A" Street
- Tehachapi, CA 93561
-
- Compuserve 72767,3436
- GEnie J.Paul
-
-
- -- part contents for background part 10
- ----- text -----
- Syntax:
-
- Talk <TextToSpeak>,<rate>,<pitch>
-
- <TextToSpeak> contains the words that you want Macintalk to speak.
-
- <Rate> is the rate of speech.
-
- <Pitch> is the pitch of speech
-
-
-
-
- -- part contents for background part 30
- ----- text -----
- XCMD